ComplexClass

@Serializable
data class ComplexClass(val intValue: Int?, val stringsValue: List<String?>?, val child: ComplexClass?, val otherValues: Map<String, OtherClass>)

Constructors

Link copied to clipboard
constructor(intValue: Int?, stringsValue: List<String?>?, child: ComplexClass?, otherValues: Map<String, OtherClass>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard